home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / yk211src.lha / Yak_2.11_Src / WBStartup / Include / Pri.h < prev    next >
Text File  |  1995-10-18  |  163b  |  8 lines

  1. /* task priority types */
  2. #define ORIGINAL        0
  3. #define ACTIVE          1
  4.  
  5. /* Prototypes for functions defined in pri.c */
  6. __regargs void MyPri(UWORD which);
  7.  
  8.